home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 1
/
CU Amiga Magazine CD-ROM Special Edition (1995)(EMAP Images)(GB)[Issue 1995-11].iso
/
Aminet
/
comm
/
tcp
/
ATCP_sdk_40_gc.lha
/
AmiTCP-4.0-gcc
/
netinclude
/
bsdsocket.h
next >
Wrap
C/C++ Source or Header
|
1995-06-04
|
464b
|
18 lines
#ifndef BSDSOCKET_H
#define BSDSOCKET_H \
"$Id: bsdsocket.h,v 4.1 1994/10/03 20:52:20 ppessi Exp $"
/*
* Compiler dependent prototypes and inlines for bsdsocket.library
*
* Copyright © 1994 AmiTCP/IP Group, Network Solutions Development, Inc.
* All rights reserved.
*/
#include <unistd.h> /* These should be compiler independent */
#include <clib/netlib_protos.h>
#include <proto/socket.h>
#include <proto/usergroup.h>
#endif /* !BSDSOCKET_H */